-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update mediawiki 1.33 #1
base: master
Are you sure you want to change the base?
Conversation
I've got some trouble... Owa is installing correctly but all api requests in admin interface of Owa will fail with "Not authenticated". The auth_status filter is not called from Log:
|
I can take a closer look later but I’m moving the WordPress plugin away from needing OWA installed on the same server. I’d like to see users always have to do the standalone install and then use an integration plugin to set tracker properties and insert the JavaScript etc. In terms of showing reporting within mediawiki etc. I’d like to see us get rid of all of that and just link to the standalone OWA endpoints. A lot of plugins are moving to a pattern where they implement a lightboxed iframe that loads their own endpoints. That my next step for the WP plugin. Once I do that I can prune that autH code and a whole bunch of other stuff 😉 |
Sounds solid. Will wait until you refactored the WP plugin, then i will take a closer look. At the moment i'm interested in how you will track via php. |
Hey Peter, |
Only a local install. I had to do some Other cleanup but will get back to that this week. That said, the SDK is now working as a standalone install! |
Oh wow didn't see that, nice work. |
Not yet ready to merge.
First draw of the integration, currently working on it. Feel free to add a review.